home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols
- V125:1.1
- V1:1.1;
- locks
- gay_d:1.1;
- comment @ * @;
-
-
- 1.1
- date 92.02.23.09.37.01; author gay_d; state Exp;
- branches;
- next ;
-
-
- desc
- @Unix compatibility includes for Emacs
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#define getpwuid(uid) ((struct passwd *)0)
- #define getpwnam(uid) ((struct passwd *)0)
- struct passwd {
- char pw_name[1];
- char pw_passwd[1];
- short pw_uid;
- short pw_gid;
- char pw_gecos[1];
- char pw_dir[1];
- char pw_shell[1];
- };
- @
-